home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / setup.inf < prev    next >
INI File  |  1992-03-09  |  5KB  |  127 lines

  1. ; Copyright (c) 1990, 1991 Microsoft Corporation. All rights reserved.
  2. ;CD School House Installer 1994
  3.  
  4. [setup]
  5. ;
  6. ; Put global information about the application here.
  7. ;
  8.   "PACKAGENAME","CD SchoolHouse"
  9.   "CAPTIONNAME","CD SchoolHouse"
  10.  
  11. [disks]
  12. ;
  13. ; Put information about the installation disks here.
  14. ;
  15. ; Format:
  16. ;
  17. ; "n","path","name"
  18. ;
  19. ; n     : The disk number, 0-9, A-Z.  MUST BE ONE CHARACTER!
  20. ; path  : The path of the disk, i.e. "A:\"
  21. ; name  : The name on the printed disk label on the outside of the disk
  22. ;         for example "Solitare Distribution Disk #1"
  23. ;
  24.   "0","A:\","Solitare Distribution Disk #1"
  25.   "1","A:\","Solitare Distribution Disk #2"
  26.  
  27. [directories]
  28. ;
  29. ; Describe the directories that will receive the files here.
  30. ; There are two types of directories: parent and children. Child
  31. ; directories are subdirectories of the parent or of other children.
  32. ; Only one parent is allowed. Define as many children as required.
  33. ;
  34. ; Format:
  35. ;
  36. ; "n","path","description"
  37. ;
  38. ; n           : The directory number. The parent must be directory 0 and
  39. ;               must be defined. Child directories are named beginning
  40. ;               with A and must be named sequentially.
  41. ; path        : The name of the subdirectory. The names of child directories
  42. ;               must begin with a backslash (\).
  43. ; description : The description of the purpose of this directory
  44. ;
  45.   "0","C:\TWWIN","WFB Directory"
  46.   "A","\CHILD1","WTI Directory Child 1"
  47.   "B","\CHILD2","WTI Directory Child 2"
  48.  
  49. [apps]
  50. ;
  51. ; Put information about each file here.
  52. ;
  53. ; ----------------------------------------------------------------------------
  54. ;
  55. ; NOTE:  There are two types of setup: Simple and Complex.
  56. ;
  57. ;        Simple:  Installs ALL files, like a batch file.  For this       
  58. ;                 setup, do not worry about "D" flags, "R" flags,
  59. ;                 or the <nn> flag.
  60. ;
  61. ;        Complex: Presents the user with a dialog box listing the
  62. ;                 files in the distribution. The user can choose the
  63. ;                 files to install. In the complex setup, all flags
  64. ;                 must be specified.
  65. ;
  66. ; ----------------------------------------------------------------------------
  67. ;
  68. ; Format:
  69. ;
  70. ; "n","flags","d","idir","filename","PName", "Description","Comment","size"
  71. ;
  72. ; n          : The disk number for this file
  73. ;
  74. ; flags      : Can be none, one, or many of the following:
  75. ;
  76. ;              C   : Compressed file. Specify the "real" filename here
  77. ;                    in the INF file. SETUP will search the floppy disk
  78. ;                    for a file having the same name except that the last
  79. ;                    character of the file extention is changed to '$'
  80. ;              R   : Required file--SETUP **will** copy this file
  81. ;              D   : Display this file in the user selection list box
  82. ;              Ic  : Add this program to Program Mananager, group "c."
  83. ;                    Group is a letter from A-Z
  84. ;              nn  : The next "nn" entries create a group of files to
  85. ;                    copy. For example, if there are four files that
  86. ;                    are copied as a package, put 03 in the nn field
  87. ;                    and put the other three files immediately following.
  88. ;                    Set the size field for the first file to the sum
  89. ;                    of the sizes of all the fields in the group.
  90. ;
  91. ; d          : The destination directory. 0 = Parent, 1-9, A-Z = Children
  92. ;
  93. ; idir       : The directory on the install disk
  94. ;
  95. ; filename   : The actual name of the file
  96. ;
  97. ; PName      : The name of the icon in Program Manager (required if D flag)
  98. ;
  99. ; Description: A short description, for the list box entry (only if D flag)
  100. ;
  101. ; Comment    : The lengthy text displayed in the comment box (only if D flag)
  102. ;
  103. ; size       : Size of file/group in kilobytes (only if D flag)
  104.  
  105.   "0","02DIA","0","BIN","TWLITEW.EXE","Windows Games","Windows Games","WNGAMES","70","\WINGAMES.TWC"
  106. ;
  107.  
  108.   "0","02DIA","0","BIN","TWLITEW.EXE","Windows Educational","Windows Educational","WINEDU","70","\WINEDUC.TWC"
  109.  
  110.   "0","02DIA","0","TEXT","README.WRI","Read Me","Read Me","CD SchoolHouse ReadMe","70"
  111. [progman]
  112. ;
  113. ; This defines the Program Manager groups to which the icons will be
  114. ; added.
  115. ;
  116. ; Format:
  117. ;
  118. ; "n","Title","filename"
  119. ;
  120. ; n        : The identifier for the group, A-Z
  121. ; title    : The caption on the group window
  122. ; filename : The name of the GRP file
  123.  
  124.   "A","CD SchoolHouse","CDSCHLHS.GRP"
  125.  
  126.  
  127.